home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself Web Publi…sional Reference Edition) / Teach Yourself Web Publishing HTML 3.2.iso / mac / iso9660 / 3RDPARTY / HTML / Powertools / ERRORS.TE_ / ERRORS.TE
INI File  |  1997-03-12  |  3KB  |  94 lines

  1. [Section Start: Template Properties]
  2. Name:Problem Report Only (HTML)
  3. Report type:HTML
  4. Report only files with errors:Yes
  5.  
  6. [Section Start: Project Report]
  7. <HTML>
  8.  
  9. <!--
  10.     Date/Time:    {AnalysisTime}
  11.     File:        {ReportFileName}
  12.     Subject:    HTML Project Problems in {ProjectName}
  13.     Created by: HTML PowerAnalyzer version {ProgramVersion}
  14. -->
  15.  
  16. <HEAD>
  17.     <TITLE>Problem Report for {ProjectName}</TITLE>
  18. </HEAD>
  19.  
  20. <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
  21.  
  22. <I><B>Note:</B> This report is fully customizable. Please click
  23. <B>Customize the Reports</B> in HTML PowerAnalyzer's Help table
  24. of contents for complete details. There are also other report
  25. templates to choose from.</I><P><HR><P>
  26.  
  27. <H1>Problem Report for <FONT COLOR="#0000FF">{ProjectName}</FONT></H1>
  28. <I>{AnalysisTime}</I>
  29. <P>
  30.  
  31. <PRE>
  32. Browser/HTML standard analyzed:   {RulebaseUsed}
  33. Total HTML errors in project:     {NumHTMLErrors}
  34. </PRE>
  35. <P>
  36.  
  37. <H3><A HREF="#errors">All Project Files Containing HTML Errors</A></H3>
  38. <H3><A HREF="#badrefs">All Project Files Containing Invalid Links</A></H3>
  39. <H3><A HREF="#unused">All Unlinked Files Found in Project Directories</A></H3>
  40. <H3><A HREF="#external">All External Links Found in Project</A></H3>
  41. <P>
  42. <HR>
  43.  
  44. <A NAME="errors"><H3><FONT COLOR="#FF0000">All Project Files Containing HTML Errors</FONT></H3></A>
  45. <UL>
  46. {ListErrorFiles}
  47. </UL>
  48. <P>
  49.  
  50. <A NAME="badrefs"><H3><FONT COLOR="#FF0000">All Project Files with Invalid Links</FONT></H3></A>
  51. <UL>
  52. {ListBadLinksFiles}
  53. </UL>
  54. <P>
  55.  
  56. <A NAME="unused"><H3><FONT COLOR="#FF0000">All Unlinked Files Found in Project Directories</FONT></H3></A>
  57. <FONT SIZE=-1>Note: This list is only dependable if (a) all HTML files in the project's
  58. defined directories were included in this analysis, (b) no syntax errors exist
  59. in tags that are intended to reference any of these files, and (c) the HTML
  60. Rulebase used for this analysis defines as Reference all attributes
  61. that in fact point to any of these files.</FONT><P>
  62. <UL>
  63. {ListUnlinkedFiles}
  64. </UL>
  65. <P>
  66.  
  67. <A NAME="external"><H3><FONT COLOR="#FF0000">All External Links in Project - Click to Validate</FONT></H3></A>
  68. <PRE>
  69. {ListExternalLinks}
  70. </PRE>
  71. <P>
  72.  
  73.  
  74. [Section Start: File Report]
  75. <HR>
  76. <H2>HTML File: {HTMLFileName}</H2>
  77.  
  78. <H3><FONT COLOR="#FF0000">HTML Errors</FONT></H3>
  79. {ListHTMLErrors}
  80. <P>
  81.  
  82. <H3><FONT COLOR="#FF0000">Invalid Internal Links:</FONT> {NumInvalidInternalLinks}</H3>
  83. <UL>
  84. {ListInvalidInternalLinks}
  85. </UL>
  86. <P>
  87.  
  88. <H3><FONT COLOR="#FF0000">Unrecognized Links:</FONT> {NumUnknownLinks}</H3>
  89. <UL>
  90. {ListUnknownLinks}
  91. </UL>
  92. <P>
  93.  
  94.